Again the answer could have been found in 'changes.txt' where it says this:
+----------------------------------------+
|Changes from v5.902 to 5.903 |
+----------------------------------------+
Add player var retreiveid from Pubstat
PSDistance, // online statistics of one racer - distance in metres
PSFuel, // online statistics of one racer - fuel burnt in cl
PSLaps, // online statistics of one racer - laps
PSHostsJoined, // online statistics of one racer - hosts joined
PSWins, // online statistics of one racer - Wins
PSSecond, // online statistics of one racer - Second
PSThird, // online statistics of one racer - third
PSFinished, // online statistics of one racer - finished
PSQuals, // online statistics of one racer - quals
PSPole, // online statistics of one racer - pole
PSDrags, // online statistics of one racer - drags
PSDragWins, // online statistics of one racer - drag wins
PSCountry, // online statistics of one racer - country
The error means that the syntaxt of one of those buttons is incorrect.
I cannot look into that at the moment, but should be easy to figure out when looking at the line number given in the error log.
It's not possible to retrieve the LFSW PB laptime for a player.
You can make authorisation rules using this event:
###################################
#Authorization Options ( license )#
###################################
As a side note.
Value $DefaultTopCar can be changed using: SetConfigVar("DefaultTopCar", "FXR");
See the following script how this can be used:
https://www.lfs.net/forum/thread/91566-Deleter-records-%28laptimes---driftscores%29